Indicates the
Leadtools.Dicom.Common.DataTypes.Plane that is the closest to a specified by two direction cosine vectors.
Syntax
Visual Basic (Declaration) | |
---|
Overloads Public Shared Function GetOrientationPlane( _
ByVal d() As Double _
) As Plane |
Parameters
- d
- An array of exactly six System.Double values, corresponding to the two direction consine vectors.
Return Value
The
Leadtools.Dicom.Common.DataTypes.Plane that is the closest to that specified by two direction cosine vectors.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also